home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Informática Multimedia 1995 April
/
Informatica Multimedia CD - Epimundo.iso
/
DOS
/
ARCHIVE
/
ZCE.ZIP
/
UNZIP.BAT
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
DOS Batch File
|
1991-12-09
|
343 b
|
20 lines
@echo off
clr
set ZDSELECT=
zd a:*.zip /sel /fo
if "%ZDSELECT%"=="" goto DONE
if errorlevel 5 goto DONE
if errorlevel 4 goto DONE
if errorlevel 3 goto DONE
if errorlevel 2 goto DONE
if errorlevel 1 goto DONE
echo creating %ZDSELECT% directory
mkdir %ZDSELECT%
cd %ZDSELECT%
pkunzip a:%ZDSELECT%
clr
:DONE
set ZDSELECT=
dir